Why are tools like git-svn that allow git to integrate with svn useful? [closed]

Posted by Wes on Programmers See other posts from Programmers or by Wes
Published on 2012-11-26T18:07:07Z Indexed on 2012/11/27 17:19 UTC
Read the original article Hit count: 340

Filed under:
|

I have read these related questions:

...and I understand why git is useful. What I don't understand is why tools like git-svn that allow git to integrate with svn are useful.

When, for example, a team is working with svn, or any other centralised SCM, why would a member of the team opt to use git-svn? Are there any practical advantages for a developer that has to synchronize with a centralized repository?

© Programmers or respective owner

Related posts about version-control

Related posts about git